home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Telecom / BBS's / 1 BBS / Modules in this release.txt < prev    next >
Encoding:
Text File  |  1991-11-22  |  1.8 KB  |  30 lines  |  [TEXT/EDIT]

  1. How the modules are set up in this release of MUBBS
  2.  
  3. ID#     Name         Type    Description
  4.  
  5. 128  maincaller     caller   - The first module called
  6. 129  example1       test     - This is the test module example
  7. 130  example2       test     - This is the module that example calls
  8. 131  menu1          menu     - This is the first menu called
  9. 132  caller1        caller   - Calls the example module twice as a test
  10. 133  sendfile1      sendfile - the "startup" text
  11. 134  sendfile2      sendfile - sends a text file for a example
  12. 135  login          login    - logs the user in
  13. 136  getuserfield   login    - used to get a user's record field (called by login)
  14. 137  putuserfield   login    - used to put info TO a users record (called by login)
  15. 138  minute10       maint    - Called every 10 minutes, does nothing now
  16. 139  modems         modems   - Handles all the modem stuff
  17. 140  serial         serial   - Handles all serial I/O functions (needs to be INIT'ed)
  18. 141  sendfile3      sendfile - sends the "bulletin"
  19. 142  XFER_Xmodem    files    - A protocol for files, "XFER" identifies protocols
  20. 143  files          files    - The Files module
  21. 144  time           time     - Show's the user time on and allowed
  22. 700  check_email    E-Mail   - For use by "check-for-email" and "email_on_login"
  23. 701  delete_email   E-Mail   - For use by "check-for-email", deletes mail
  24. 702  display_email  E-Mail   - For use by "check-for-email", shows the mail
  25. 703  enter_email    E-Mail   - For use by "check-for-email", enters a message
  26. 704  save_email     E-Mail   - For use by "check-for-email", saves the message
  27. 710  check_for_email E-Mail  - Main E-Mail call, does everything
  28. 711  email_on_login E-Mail   - Checks for mail at login, then calls "check-for-email"
  29. 720  userinfo      userinfo  - Changes the users terminal config from online
  30.